home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 November / Macworld (1999-11).dmg / Updaters / WhiteCap 3.0.4 / into Visual Plug-ins / WhiteCap Configs / Snake < prev    next >
Text File  |  1999-07-17  |  884b  |  56 lines

  1. // Snake made by [cipher] 
  2. // thanks to jp8080
  3.  
  4. Resn=25,
  5.  
  6. Durn="4.5",
  7.  
  8. CamX="45",
  9. CamY="30 * cos( 4 * sin( .02 * t ) + 2 * sin( .13 * t ) + 5 * cos( .09 * st ) )",
  10. CamZ="180 + 40 * cos( 4 * cos( .03 * t ) + 5 * sin( .13 * t ) + 4 * cos( .07 * t ) )",
  11.  
  12. CmLX="35",
  13. CmLY="10",
  14. CmLZ="25",
  15.  
  16. CUpX="0",
  17. CUpY="0",
  18. CUpZ="3",
  19.  
  20. /* Since this is one of those configs that squish bins together, save CPU time by reducing the number of "s steps/increments" per sound sample.  (There are 32 bins in 3.0)  */
  21. Stps=16,
  22.  
  23. widt=200,heig=400,
  24.  
  25.  
  26. ConL=1,ConB=1,
  27.  
  28. Fall="0.45",
  29.  
  30.  
  31. C0="50 * cos( PI * dt / st ) * cos( PI * dt )",
  32. C1="50 * sin( PI * dt - st ) * cos( PI * dt )",
  33.  
  34. D0="( 1 + .4 * mag( s ) )",
  35. D1="c0 * d0",
  36.  
  37. X="d1",
  38. Y="c1 * d0",
  39. Z="d1",
  40.  
  41. R=".8*sin( t/.8 )",
  42. G=".8*mag(s)",
  43. B=".8*sin( t/.9 )",
  44.  
  45. LvlR="2*sin( t/.8 )",
  46. LvlG="2*mag(s)",
  47. LvlB="2*sin( t/.9 )",
  48.  
  49.  
  50. Scal="900",
  51.  
  52. ScSz=1,
  53.  
  54. Pers="0",
  55.  
  56. Vers=30